lcMlineGetVer Home

Returns a handle to a multiline vertex by its sequence number.

 HANDLE lcMlineGetVer (
   HANDLE hMline,
   int Index
 );

Parameters
hMline
  Handle to a multiline object.
Index
  Sequence number of the vertex. Varies from zero to LC_PROP_MLINE_NVERS-1

Return Value

  Handle to a vertex or NULL if there is no vertex with specified index.